價格:免費
更新日期:2018-11-09
檔案大小:17k
目前版本:2
版本需求:Android 4.0.3 以上版本
官方網站:http://myar.tistory.com/
Email:coeo15150@gmail.com
용량 매우 작음
코드 공개 (이게 전부임)
try {
final Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.youtube.com/playlist?list=LM"));
intent.setPackage("com.google.android.youtube");
startActivity(intent);
} catch (ActivityNotFoundException e) {
final Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.youtube.com/playlist?list=LM"));
startActivity(intent);
}
finish();